home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1999 February
/
EnigmA AMIGA RUN 34 (1999)(G.R. Edizioni)(IT)[!][issue 1999-02].iso
/
earcd
/
devel
/
wild
/
support
/
wilf
/
modules
/
io.c
< prev
next >
Wrap
C/C++ Source or Header
|
1999-01-01
|
138b
|
9 lines
#include <inline/dos.h>
extern struct Library *DOSBase;
ULONG LineInput(ULONG *fh,char *line,int max)
{
return(FGets(fh,line,max));
}